support builds with shapelib (as documented). (#1268)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Thu, 18 Apr 2024 11:34:22 +0000 (05:34 -0600)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 11:34:22 +0000 (05:34 -0600)
CMakeLists.txt

index da33def6bd354fbfb88e4e92196608e613a60e35..52cedd50a7a5a4e91417133b1b831d29a7c03bcb 100644 (file)
@@ -351,7 +351,6 @@ target_sources(gpsbabel PRIVATE ${SOURCES} ${HEADERS})
 # We don't care about stripping things out of the build.  Full monty, baby.
 target_compile_definitions(gpsbabel PRIVATE MAXIMAL_ENABLED)
 target_compile_definitions(gpsbabel PRIVATE FILTERS_ENABLED)
-target_compile_definitions(gpsbabel PRIVATE SHAPELIB_ENABLED)
 target_compile_definitions(gpsbabel PRIVATE CSVFMTS_ENABLED)
 
 target_link_libraries(gpsbabel PRIVATE ${QT_LIBRARIES} ${LIBS})